Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Issue #5 #28

Closed
wants to merge 1 commit into from
Closed

Fixes Issue #5 #28

wants to merge 1 commit into from

Conversation

XCame
Copy link

@XCame XCame commented Aug 2, 2023

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

When searching for the config dir location, isset always returned true for projectDir since it was an empty string by the constructor defaults.
Resulting in a file_exists() on /config/application.config instead of config/application.config

When searching for the config dir location, isset always returned true for projectDir since it was an empty string by
the constructor defaults, resulting in a file exists on /config/application.config instead of config/application.config

Signed-off-by: Fabian Kreuzkam <fk@herold-schoensteiner.de>
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests expected

@XCame
Copy link
Author

XCame commented Aug 2, 2023

Argh, never mind.
Bugfix was based on an older version.
Bug has been fixed in 3.10.0 when the projectDir property was removed in the different Command Classes.

@XCame XCame closed this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants